fix cross-origin resource sharing issues with map preview. (#871)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Fri, 18 Mar 2022 12:31:21 +0000 (06:31 -0600)
committerGitHub <noreply@github.com>
Fri, 18 Mar 2022 12:31:21 +0000 (06:31 -0600)
commitc4b5d6abed04b4c1248c9556c4358d75e0291af3
tree5cc9ee834960a0390c3aa7481d43192c6b7fc5fb
parentb9d555bfd8d396f56ca6e988ffcc546b3e9c486e
fix cross-origin resource sharing issues with map preview. (#871)

* fix cross-origin resource sharing issues with map preview.

This became critical in Qt 6.2.4 when using the file scheme
with gmapbase.html.

* Ensure QWebEngineSettings are set before page load.
gui/map.cc